Welcome![Sign In][Sign Up]
Location:
Search - tsp c

Search list

[Mathimatics-Numerical algorithms遗传算法解决tsp的C++程序

Description: 使用遗传算法解决旅行商问题,可设定问题规模的大小。
Platform: | Size: 3493697 | Author: alan_you@163.com | Hits:

[AI-NN-PR51个城市的tsp程序

Description: 这是一个用蚁群算法来解决51个城市的tsp问题,该源码是用C++编写的,是一个非常有用的源代码 const int iAntCount=34;//ant numbers 蚂蚁数量 const int iCityCount=51;//城市数量 const int iItCount=500;//循环次数 const double Q=100;//信息素总量
Platform: | Size: 1578 | Author: cuifangsong | Hits:

[AI-NN-PRTSPGA_src

Description: 一个运用改良的遗传算法来解决旅行商问题的程序-an improved use of genetic algorithms to solve the traveling salesman problem procedures
Platform: | Size: 65536 | Author: 陈雷 | Hits:

[AI-NN-PRTSP111

Description: 用模拟退火算法求解TSP问题-simulated annealing algorithm for TSP
Platform: | Size: 2048 | Author: 吴晟祖 | Hits:

[CSharp20050224191612556

Description: 智能蚂蚁算法——蚁群算法的改进 求解VRP问题 求解TSP问题-smart ant algorithm-- ant colony algorithm improvements for VRP for TSP
Platform: | Size: 43008 | Author: 程方 | Hits:

[CSharpTSPGA

Description: 用C#编的用遗传算法求解旅行商(TSP)问题的源代码。-with C# Part of the Genetic Algorithm for TSP (TSP) of the source code.
Platform: | Size: 7168 | Author: 流程 | Hits:

[Other Gamesgtsp

Description: 龟兔赛跑的程序,通过C++写成,我觉得很有意思,希望你也喜欢。-hand procedure for the adoption of C languages, I find it very interesting, I hope you liked.
Platform: | Size: 1024 | Author: 李斯昀 | Hits:

[AI-NN-PRGA_TSP

Description: 程序用法: 共有12个地图文件,大、中、小各4个 对于小地图,程序默认的种群大小60,最大世代数500,基本上都可以求出全局最优解; 对于中地图,需要使用者调整参数,当种群大小设为120,最大世代数设为2000,基本上都可以求出全局最优解; 对于大地图,参数可以进一步增大,但能否求出全局最优解,本人无法保证 路径的演化在程序界面上可以随时得到反映,便于观察和分析 一次路径求解完毕后,在程序所在的文件夹下,会生成GaLog.txt文件,记录了每个世代基因的演化情况,将复选框“输出染色体”打勾,可以在输出文件中得到每代每个基因的详细序列,但文件大小会急剧增大,一般在分析算法时才选用 主要参考资料: 《遗传算法——理论、应用及软件实现》——西交出版社.王小平等 《遗传算法及其应用》——科学出版社.陈国良等 -procedures usage : a total of 12 maps, large, medium and small for the four small map the default size of the population 60, the largest number of 500 generations, can basically get the global optimum solution; for the map, which requires the user to adjust parameters, when the population size as a 120, the largest number of generations Set in 2000, basically we can solve the global optimum solution; for a map, parameters can be further increased. However, whether sought global optimal solution, I can not guarantee that the path of evolution on the interface procedures can always be reflected, to facilitate observation and analysis of a solution path after the procedure where the folder, GaLog.txt will generate documents, records of each generation evolution of the gene, to check box "
Platform: | Size: 115712 | Author: 戴朝华 | Hits:

[Othertsptsp

Description: 用C++编写的旅行售货员问题,采用的是回朔算法,对初学算法设计的人很有帮助哦!-prepared by the travel salesman, using the back Schomburg algorithm, algorithm design for beginners who helpful Oh!
Platform: | Size: 215040 | Author: 杨扬 | Hits:

[MPIACS

Description: 基本蚁群算法用于解决eil51 TSP问题代码,开发环境是VC-basic ant colony algorithm is used to solve eil51 TSP code development environment is VC
Platform: | Size: 6144 | Author: | Hits:

[Othertspcode

Description: c语言编写的应用遗传算法解决tsp问题的源码,并且已编译-prepared by the application of genetic algorithms to solve the problem tsp source, and compiled
Platform: | Size: 1903616 | Author: | Hits:

[Windows DevelopTSPforMATLAB

Description: 这是一个c++与matlab进行混合编程利用遗传算法实现tsp的源程序,较好的解决了旅行商的问题-c Matlab mixed with the use of genetic programming algorithm tsp of the source, the better to solve the traveling salesman problem
Platform: | Size: 567296 | Author: yaoxingyu | Hits:

[AI-NN-PRAntSystemTSP

Description: 这是用Ant System 解决tsp问题的C++源码 希望对大家研究蚂蚁算法有所帮助-this is resolved tsp Ant System C source of hope for all studies have Ant Algorithm help
Platform: | Size: 3072 | Author: 刘新儒 | Hits:

[AI-NN-PRRecruitingAntColonySystemTSP

Description: 这是用RecruitingAntColonySystem 解决tsp问题的C++源码 希望对大家研究蚂蚁算法有所帮助-RecruitingAntColonySystem this is the solution tsp C source code you want to study ants help Algorithm
Platform: | Size: 4096 | Author: 刘新儒 | Hits:

[OtherGeneticandAntColonyOptimizationAlgorithmssourcecod

Description: tsp问题的一个解决程序,C++编的,比较简单-tsp of a settlement procedures, C++ series, relatively simple.
Platform: | Size: 1585152 | Author: huanxong | Hits:

[Othertspsimulator

Description: 解决TSP eil51问题的小程序,C++编制,可以直接运行,详见程序-solve the TSP eil51 small programs, C++, and can directly run, as detailed procedures
Platform: | Size: 1567744 | Author: huanxong | Hits:

[AlgorithmACS(c++)

Description: 蚁群算法是新近出现的一种智能优化算法,是求解组合优化问题的又一种好的方法!-ant colony algorithm is a newly emerging intelligent optimization algorithm, the solution is the combinatorial optimization problems also a good way!
Platform: | Size: 6144 | Author: 阿科 | Hits:

[AI-NN-PRGeneticAntAlgorithms

Description: use genetic ant algorithm to slove TSP problem-use genetic algorithm to slove ant TSP ty B'Tselem,
Platform: | Size: 82944 | Author: william | Hits:

[Mathimatics-Numerical algorithmsTSPSourceCode

Description: C#语言编写的基于遗传算法的旅行销售员问题的源程序-C# language based on the genetic algorithm travel to sell the source
Platform: | Size: 3072 | Author: beyond | Hits:

[AI-NN-PRDiscrete_PSO_TSP_C

Description: 离散粒子群算法(Discrete PSO)C语言源代码。 附带有利用D-PSO解决旅行商问题(TSP)的代码可作为使用时的Demo参考-discrete particle swarm algorithm (Discrete PSO) C language source code. Incidental use of a D-PSO solve the traveling salesman problem (TSP) code can be used as a reference when the Demo
Platform: | Size: 49152 | Author: 布拉德 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 28 »

CodeBus www.codebus.net